[INFO] cloning repository https://github.com/GhostOfMe/Royal-game-of-Ur
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GhostOfMe/Royal-game-of-Ur" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGhostOfMe%2FRoyal-game-of-Ur", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGhostOfMe%2FRoyal-game-of-Ur'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 619f9143d08d9eb4dfaf3a1a6e8b6a9f53bb12a4
[INFO] checking GhostOfMe/Royal-game-of-Ur against master#485ec3fbcc12fa14ef6596dabb125ad710499c9e for pr-157710
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGhostOfMe%2FRoyal-game-of-Ur" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/GhostOfMe/Royal-game-of-Ur
[INFO] finished tweaking git repo https://github.com/GhostOfMe/Royal-game-of-Ur
[INFO] tweaked toml for git repo https://github.com/GhostOfMe/Royal-game-of-Ur written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/GhostOfMe/Royal-game-of-Ur on toolchain 485ec3fbcc12fa14ef6596dabb125ad710499c9e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+485ec3fbcc12fa14ef6596dabb125ad710499c9e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/GhostOfMe/Royal-game-of-Ur already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+485ec3fbcc12fa14ef6596dabb125ad710499c9e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `royal_game_of_ur` (manifest) generated 1 warning
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pistoncore-glutin_window v0.63.0
[INFO] [stderr]   Downloaded pistoncore-input v0.28.0
[INFO] [stderr]   Downloaded pistoncore-window v0.44.0
[INFO] [stderr]   Downloaded pistoncore-event_loop v0.49.0
[INFO] [stderr]   Downloaded piston2d-graphics v0.34.0
[INFO] [stderr]   Downloaded piston-texture v0.7.0
[INFO] [stderr]   Downloaded piston v0.49.0
[INFO] [stderr]   Downloaded piston2d-opengl_graphics v0.68.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 23cdfd9e93fffcaaa3ee34f32778e45b2b371722193eaceed3d3d8b76a434443
[INFO] running `Command { std: "docker" "start" "23cdfd9e93fffcaaa3ee34f32778e45b2b371722193eaceed3d3d8b76a434443", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "23cdfd9e93fffcaaa3ee34f32778e45b2b371722193eaceed3d3d8b76a434443" "/opt/rustwide/cargo-home/bin/cargo" "+485ec3fbcc12fa14ef6596dabb125ad710499c9e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23cdfd9e93fffcaaa3ee34f32778e45b2b371722193eaceed3d3d8b76a434443", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "23cdfd9e93fffcaaa3ee34f32778e45b2b371722193eaceed3d3d8b76a434443" "/opt/rustwide/cargo-home/bin/cargo" "+485ec3fbcc12fa14ef6596dabb125ad710499c9e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `royal_game_of_ur` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.61
[INFO] [stderr]     Checking piston-float v1.0.0
[INFO] [stderr]    Compiling serde v1.0.98
[INFO] [stderr]     Checking piston-graphics_api_version v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.98
[INFO] [stderr]    Compiling gl_generator v0.10.0
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stderr]     Checking piston-texture v0.7.0
[INFO] [stderr]     Checking piston-viewport v1.0.0
[INFO] [stderr]     Checking vecmath v1.0.0
[INFO] [stderr]     Checking shader_version v0.6.0
[INFO] [stderr]     Checking piston2d-graphics v0.34.0
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking nix v0.14.1
[INFO] [stderr]     Checking num_cpus v1.10.1
[INFO] [stderr]     Checking x11-dl v2.18.3
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking rayon-core v1.5.0
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]    Compiling gl v0.11.0
[INFO] [stderr]     Checking rand v0.6.5
[INFO] [stderr]     Checking tiff v0.3.1
[INFO] [stderr]     Checking rayon v1.1.0
[INFO] [stderr]     Checking parking_lot_core v0.5.0
[INFO] [stderr]     Checking parking_lot_core v0.4.0
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]     Checking parking_lot v0.8.0
[INFO] [stderr]     Checking glutin_glx_sys v0.1.5
[INFO] [stderr]     Checking jpeg-decoder v0.1.15
[INFO] [stderr]     Checking image v0.22.1
[INFO] [stderr]     Checking wayland-commons v0.21.13
[INFO] [stderr]     Checking wayland-client v0.21.13
[INFO] [stderr]     Checking pistoncore-input v0.28.0
[INFO] [stderr]     Checking wayland-protocols v0.21.13
[INFO] [stderr]     Checking piston2d-opengl_graphics v0.68.0
[INFO] [stderr]     Checking pistoncore-window v0.44.0
[INFO] [stderr]     Checking pistoncore-event_loop v0.49.0
[INFO] [stderr]     Checking piston v0.49.0
[INFO] [stderr]     Checking smithay-client-toolkit v0.4.6
[INFO] [stderr]     Checking winit v0.19.2
[INFO] [stderr]     Checking glutin v0.21.0
[INFO] [stderr]     Checking pistoncore-glutin_window v0.63.0
[INFO] [stderr]     Checking royal_game_of_ur v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.68s
[INFO] running `Command { std: "docker" "inspect" "23cdfd9e93fffcaaa3ee34f32778e45b2b371722193eaceed3d3d8b76a434443", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23cdfd9e93fffcaaa3ee34f32778e45b2b371722193eaceed3d3d8b76a434443", kill_on_drop: false }`
[INFO] [stdout] 23cdfd9e93fffcaaa3ee34f32778e45b2b371722193eaceed3d3d8b76a434443
